home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / demos / a-d / blitzbasic21 / important < prev    next >
Text File  |  1995-10-18  |  1KB  |  52 lines

  1. Blitz Basic 2.1 Demo Release
  2. ============================
  3.   
  4. This is the demo version of Blitz Basic 2.1 which does not
  5. allow you to create standalone executable files.
  6.  
  7. Users with only 1Mb of memory will have problems trying to
  8. run this demo with the examples provided. The full version
  9. is configured so that any user can run Blitz straight from
  10. the program disk. 
  11.  
  12.  
  13. How to install Blitz Basic 2.1 Demo
  14. -----------------------------------
  15.  
  16.     1. Make a new directory on your hard drive.
  17.  
  18.     2. 'Un-Lha' the blitzbasic21.lha file into your
  19.        new directory.
  20.  
  21.     3. Add the following to your user-startup or just
  22.        execute it before you start Blitz.
  23.  
  24.        Assign BLITZ2: <drive>:<directory you created>        
  25.  
  26.  
  27. This demo version has the new editor, new debugger and full
  28. deflibs which contain all the third party libraries. The
  29. new editor has some bugs, so the old editor has also been
  30. provided to compensate. 
  31.  
  32. How to install the old editor
  33. -----------------------------
  34.  
  35.     1. Rename Ted and Ted.info as NewTed and NewTed.info
  36.  
  37.     2. Rename OldTed and OldTed.info as Ted and Ted.info
  38.  
  39. If you want to stick with the new editor then any programs 
  40. that load additional data must have their full path in the
  41. loading command and don't forget to have runtime error
  42. checking enabled *before* you compile any program. 
  43.  
  44. e.g. LoadShapes 0,"blitz2:examples/blitzmode/data/ball"
  45.  
  46.  
  47. Please read the other document (ReleaseNotes) for more 
  48. information. And yes, the 3D commands are documented but not
  49. present :(.
  50.  
  51. Ted.
  52.